gtk4.git
2009-04-02 Alexander LarssonMove all backend specific raise/lower code into _intern...
2009-04-02 Alexander LarssonMake sure we handle clipping in gdk_window_draw_pixbuf...
2009-04-02 Alexander LarssonSend expose events to exposed area when changing the...
2009-04-02 Alexander LarssonForce native windows for all windows used with input...
2009-04-02 Alexander LarssonMake xfree gdkinput code compile
2009-04-02 Alexander LarssonHandle GDK_WA_CURSOR in non-native window creation
2009-04-02 Alexander LarssonInclude inferiors when moving window parts
2009-04-02 Alexander LarssonAdd _gdk_drawable_get_subwindow_scratch_gc as a way...
2009-04-02 Alexander LarssonSet bg none while changing so we don't draw the bg...
2009-04-02 Alexander Larssontests/testwindows - play with GdkWindows
2009-04-02 Alexander LarssonRef imp even in non-native windows and don't NULL out...
2009-04-02 Alexander LarssonCorrect type checks on gdk_window_set_group entry.
2009-04-02 Alexander LarssonWhen creating native window, set the native background
2009-04-02 Alexander LarssonNeed to split up impl changing and reparenting so we...
2009-04-02 Alexander LarssonAvoid flickering by using more temp unset bg
2009-04-02 Alexander LarssonRecompute abs_x/y before reparenting windows due to...
2009-04-02 Alexander LarssonDon't destroy NULL region
2009-04-02 Alexander LarssonFix gdk_window_get_root_origin and gdk_window_get_frame...
2009-04-02 Alexander LarssonEnsure we show native window when creating them for...
2009-04-02 Alexander LarssonMove native window showing/hiding out of is_impl, we...
2009-04-02 Alexander LarssonEnsure that we always invalidate newly exposed areas...
2009-04-02 Alexander LarssonVarious fixes for native windows:
2009-04-02 Alexander LarssonUpdate abs_x/y before moving native children
2009-04-02 Alexander LarssonMove all native children (recursively) in gdk_window_scroll
2009-04-02 Alexander LarssonEnsure that we're properly hiding impl window if one...
2009-04-02 Alexander LarssonDon't remove composited childrens area when processing...
2009-04-02 Alexander LarssonHandle mask == NULL in shape_combine_mask
2009-04-02 Alexander LarssonImplement input shapes
2009-04-02 Alexander LarssonRemove shape_combine_mask from backend. Make X11 backen...
2009-04-02 Alexander LarssonImplement shaped windows
2009-04-02 Alexander LarssonAdd _gdk_windowing_window_get_shape
2009-04-02 Alexander LarssonCreate _gdk_drawable_create_cairo_surface to ugly typec...
2009-04-02 Alexander LarssonMake gdk_windowing_window_destroy a GdkWindowImpl method
2009-04-02 Alexander LarssonMake _gdk_windowing_window_queue_translation a GdkWindi...
2009-04-02 Alexander LarssonRemove unnecessary clear_area method in GdkWindowImpl
2009-04-02 Alexander LarssonFor implicit grabs, we grab the *event* window, not...
2009-04-02 Alexander LarssonHandle cursors right with grabs
2009-04-02 Alexander LarssonImplement cursors
2009-04-02 Alexander LarssonFix crossing event order and some details
2009-04-02 Alexander LarssonNew approach to motion event handling
2009-04-02 Alexander Larssongdk_window_draw_points() - make sure we use the offset...
2009-04-02 Alexander LarssonImplement flicker free handling of window moves/resizes
2009-04-02 Alexander LarssonAdd _gdk_pixmap_set_as_backing which is a way to get...
2009-04-02 Alexander LarssonDon't access event after freeing it
2009-04-02 Alexander LarssonShare the code to copy impl window regions w/ update_area
2009-04-02 Alexander LarssonDon't actually clear background when mapped, as that...
2009-04-02 Alexander LarssonMove flushing code to non-implicit-paint only call.
2009-04-02 Alexander LarssonDon't include composited childen in window clip region...
2009-04-02 Alexander LarssonEnsure native window if composite requested
2009-04-02 Alexander LarssonDon't draw on input_only windows
2009-04-02 Alexander LarssonStore colormap on impl window (necessary for e.g. forei...
2009-04-02 Alexander LarssonWhen reparenting, remove from old parent before setting...
2009-04-02 Alexander LarssonDon't sent native MotionHint masks on pointer grabs...
2009-04-02 Alexander LarssonFix some return value warnings
2009-04-02 Alexander LarssonHandle gdk_window_get_impl_window on root window
2009-04-02 Alexander LarssonClear to end of window if passing zero width or height...
2009-04-02 Alexander LarssonMove gdk_window_get_deskrelative_origin to the GdkWindo...
2009-04-02 Alexander LarssonThe double get_composite_drawable case can happen for...
2009-04-02 Alexander LarssonFix draw_drawable being offset when using window as...
2009-04-02 Alexander Larssongdk_bitmap_create_from_data - drawable may be NULL
2009-04-02 Alexander Larssongdk_pixmap_new - drawable may be NULL
2009-04-02 Alexander Larssongdk_pixmap_draw_pixbuf - gc may be NULL
2009-04-02 Alexander LarssonDon't convert foreign windows to child when reparented...
2009-04-02 Alexander LarssonTrack clip_mask in GdkGC. Fix gdk_gc_add_drawable_clip...
2009-04-02 Alexander LarssonMove _gdk_gc_remove_drawable_clip from after each time...
2009-04-02 Alexander LarssonMove drawable clip tracking into GdkGC
2009-04-02 Alexander LarssonMove clip offsetting into _gdk_gc_intersect_clip_region
2009-04-02 Alexander LarssonFix coordinates reported from gdk_window_get_pointer...
2009-04-02 Alexander LarssonActually report x/y_root against the root window
2009-04-02 Alexander LarssonAvoid crash by not passing in NULL mask pointer to...
2009-04-02 Alexander LarssonAdd g_warning to not yet supported code
2009-04-02 Alexander LarssonEnsure we have native window before reparenting to...
2009-04-02 Alexander LarssonFix up keyboard grab handling
2009-04-02 Alexander LarssonGrab pointer on toplevel window, not on nearest native...
2009-04-02 Alexander LarssonMake sure we change the event mask on native window...
2009-04-02 Alexander LarssonChange assert to warning with some information
2009-04-02 Alexander LarssonMake synchronized_configure work for child windows...
2009-04-02 Alexander LarssonNever set shapes on foreign windows
2009-04-02 Alexander LarssonFor foreign parents, use the real parent not the root...
2009-04-02 Alexander LarssonReally create a native window when getting xid
2009-04-02 Alexander LarssonExport gdk_window_set_has_native
2009-04-02 Alexander LarssonCreate native window when requesting xid
2009-04-02 Alexander LarssonAdd testcase showing Gtk+ flickering a lot
2009-04-02 Alexander LarssonAdd offscreen testcase
2009-04-02 Alexander LarssonInitial client-side-windows work
2009-04-02 Alexander LarssonRevert patch that conflicts with client-side-windows...
2009-03-31 Matthias ClasenUpdate README files to refer to git
2009-03-31 Matthias ClasenUpdate README files to refer to git
2009-03-30 Manoj Kumar... Added entries for Oriya language Translation updation.
2009-03-30 Manoj Kumar... Updated Oriya Translation.
2009-03-29 Christian PerschBug 577224 – crash when setting new icon after setting...
2009-03-28 Jorge Gonzalez... Fixed wrog string translation
2009-03-27 Behdad EsfahbodBug 437533 – Implement draw_shape PangoRenderer method
2009-03-27 Simos XenitellisUpdated Greek translation (Marios Zindilis)
2009-03-27 Stefan WalterUse gtk_entry_xxx functions rather than using GtkEntry...
2009-03-25 Christian DywanTypo correction, s/hilding/holding
2009-03-25 Paul BolleBug 562863 - GtkVscrollbar is hardly documented
2009-03-25 Tor LillqvistBug 575644 - Cygwin gail build patch
2009-03-25 Matthias ClasenRemove a misleading sentence
2009-03-25 Sven Neumanncompile fix for build with DIRECT_ENABLE_DEBUG.
next